﻿@charset "utf-8";
* {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}

body {
	/*overflow-x: hidden;*/
}

img {
	border: none;
}

li {
	list-style: none;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #3a3a3a;
	cursor: pointer;
}

.clear,
.clearfix {
	clear: both;
}

.box1100 {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.floatLeft {
	float: left;
}


/*头部开始*/

.header {
	width: 100%;
}

.htop {
	width: 1100px;
	height: 140px;
	margin: 0 auto;
	color: #000;
	position: relative;
}

.htop h1 {
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.hname {
	float: left;
	position: absolute;
	top: 50%;
	left: 130px;
	transform: translateY(-50%);
}

.hname h2 {
	color: #333;
	font-size: 28px;
	color: #4384e5;
	letter-spacing: 1px;
}

.hname h3 {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	font-weight: normal;
}

.htel {
	float: right;
	height: 84px;
	padding-right: 100px;
	background: url(../images/telico2.png) no-repeat right center;
	margin-top: 35px;
	text-align: right;
}

.htel p:nth-child(1) {
	font-size: 14px;
	color: #666;
	padding-top: 12px;
}

.htel p:nth-child(2) {
	font-size: 24px;
	color: #4384e5;
}


/**/


/*导航开始*/

.nav {
	width: 100%;
	height: 60px;
	background: #333333;
	box-sizing: border-box;
	text-align: center;
}

.navBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	padding-left: 160px;
	box-sizing: border-box;
}


/*一级导航开始*/

.hnav {
	width: 100%;
	height: 70px;
	background: #4384e5;
}

.navLiA {
	color: #fff;
	line-height: 60px;
	margin-right: 1px;
	text-align: center;
	font-size: 15px;
	position: relative;
	padding: 20px 27px;
	margin: 0 1px;
}


/*.navLiA:before {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #999;
	transform: rotate(15deg);
	position: absolute;
	left: -40%;
	top: 4px;
}*/


/*.navLiA:first-child:before {
	width: 0;
}*/


/*.navLiA:after {
	content: url(../images/navafter.png);
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%, 0);
	display: none;
}*/

.navLiA:hover:after {
	display: block;
}

.navLiA:hover {
	background: #4384e5;
	color: #fff;
}

.navLiAOn {
	color: #fff;
	background: #4384e5;
}


/*.navLiAOn:after {
	content: url(../images/navafter.png);
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%, 0);
	display: block;
}*/


/*导航结束*/


/*头部结束*/


/*轮播图开始*/

.carousel {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.carousel .pic_box {
	width: 10000px;
}

.carousel .pic_box li {
	float: left;
}

.carousel .pic_box li img {
	display: block;
}

.arrow {
	width: 44px;
	height: 88px;
	line-height: 88px;
	background: rgba(64, 64, 64, .3);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	transition: all 300ms;
}

.left {
	left: -10%;
}

.right {
	right: -10%;
}

.carousel:hover .left {
	left: 0;
}

.carousel:hover .right {
	right: 0;
}

.panel {
	/*居中写法*/
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	margin: 0 auto;
}

.control {
	color: red;
	background: #fff;
	margin: 10px;
	width: 50px;
	height: 5px;
	display: inline-block;
	cursor: pointer;
	transition: .5s;
}

.active {
	background: #4384e5;
	transition: .5s;
}


/*轮播图结束*/


/*搜索*/

.search_div {
	width: 100%;
	/* height: 96px; */
	background: #fff;
	overflow: hidden;
	padding-bottom: 20px;
}

.searchBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	/* padding-top: 15px; */
	box-sizing: border-box;
	position: relative;
}

.searchWord {
	width: 700px;
	/* margin-top: 17px; */
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color: #333;
	padding-left: 110px;
	padding-top: 28px;
	box-sizing: border-box;
	position: relative;
	text-align: justify;
}

.searchWord span {
	position: absolute;
	left: 0;
	top: 27px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	letter-spacing: 2px;
}

.searchWord a {
	color: #333;
	margin-right: 10px;
	font-size: 14px;
}

.searchWord a:hover {
	text-decoration: underline;
}

.w1100 {
	width: 1100px;
	height: 99%;
	margin: 0 auto;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}


/**/

.search {
	float: right;
	width: 280px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 16px;
}

.search .search_tow {
	width: 100%;
	height: 100%;
	padding-right: 80px;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0);
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0);
	border: 1px solid #999;
	border-bottom: 1px solid #999;
}

.search .search_button {
	background: #00538d;
	font-size: 18px;
	border: 0;
	color: #ffffff;
	width: 45px;
	height: 37px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

.search .search_tow:focus {
	outline: #ccc;
}

.SearchType {
	background: rgba(0, 0, 0, 0);
}

.search .search_tow::-moz-placeholder {
	color: #333;
}

.search .search_tow::-ms-input-placeholder {
	color: #333;
}

.search .search_tow::-webkit-input-placeholder {
	color: #333;
}

.searchIco {
	font-size: 14px;
	position: absolute;
	right: 12px;
	top: 56%;
	transform: translateY(-50%);
}


/*搜索结束*/


/*搜索联系开始*/

.findTel {
	width: 1100px;
	height: 100px;
	margin: 50px auto;
	border-bottom: 1px solid #999;
}

.findTelL {
	float: left;
	width: 550px;
	height: 100%;
	margin-left: 110px;
}

.ftimg {
	width: 58px;
	height: 100%;
	float: left;
	margin-right: 20px;
}

.ftcont1 {
	width: 470px;
	height: 100%;
	float: left;
}

.ftcont1 p:nth-child(1) {
	font-size: 24px;
	color: #333;
}

.ftcont1 p:nth-child(2) {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}

.findTelR {
	float: left;
	width: 300px;
	height: 100%;
	margin-left: 40px;
}

.ft2p1 {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}

.ft2p2 {
	font-size: 24px;
	font-family: arial;
}


/*搜索联系结束*/


/*网站地图开始*/

.mapUl {
	margin: 20px;
	/* padding-bottom: 10px; */
	border-bottom: 1px dashed #D9D9D9;
}

.mapUlP {
	line-height: 28px;
	text-indent: 2em;
	font-size: 16px;
	margin-left: -32px;
	margin-bottom: 5px;
	color: #666;
}

.mapUlP a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}


/*.mapUlP a[class="mapLi"] {
	margin-left: 10px;
}
.mapUlP a[class="mapLi"]:first-child {
	margin-left: 0px;
}*/

.mapUlP:hover {
	color: #5B9C34;
}

.mapUl .mapLi {
	color: #666;
}

.mapUl .mapLi:after {
	content: " ";
	margin-left: 20px;
}

.mapUl .mapLi:first-child:after {
	content: " ";
	margin-left: 0px;
}

.mapLi:hover {
	color: #5B9C34;
}

.on {
	background: #5B9C34;
}

#to_top {
	width: 30px;
	height: 40px;
	padding: 20px;
	font: 14px/20px arial;
	text-align: center;
	background: red;
	position: fixed;
	cursor: pointer;
	color: #fff;
}

.topTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: red;
	font-weight: bold;
	text-align: center;
}


/*网站地图结束*/

.caseOneTilte {
	text-align: center;
}


/*底部开始*/

.footer {
	width: 100%;
	height: 400px;
	background: #333333;
	margin: 0 auto;
	padding-top: 60px;
	box-sizing: border-box;
	border-bottom: 1px solid #222;
}

.foot {
	width: 1100px;
	height: 300px;
	margin: 0 auto;
	color: #f6f9f1;
}

.copyright {
	width: 100%;
	height: 60px;
	border-top: 1px solid #444444;
	color: #666666;
	padding-top: 20px;
	background: #333333;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
}

.copyright a {
	color: #666666;
}

.copyright a:hover {
	text-decoration: underline;
}

.footEWM {
	float: right;
	width: 150px;
	/* height: 100%; */
	/* margin-right: 10px; */
	/*text-align: center;*/
}

.footEWMBox {
	width: 150px;
	height: 150px;
	background: #fff;
	position: relative;
}

.footEWMBox img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/*.footEWM p {
	font-size: 14px;
	margin-top: 10px;
	color: #fff;
}*/

.footInfo {
	width: 530px;
	/* height: 100%; */
	float: left;
	/* margin-left: 150px; */
}

.footTitle {
	font-size: 18px;
	color: #f6f9f1;
	letter-spacing: 4px;
	margin-bottom: 70px;
	position: relative;
}

.footTitle:after {
	display: block;
	content: '';
	width: 20px;
	height: 2px;
	background: #f6f9f1;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.footInfoBox {
	font-size: 14px;
	line-height: 32px;
	
}

.footP {
	width: 300px;
	font-size: 13px;
	color: #f6f9f1;
	padding-left: 65px;
	position: relative;
	margin-bottom: 20px;
}

.footP span {
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 15px;
}

.footInfoOne {
	width: 250px;
	float: left;
	margin-bottom: 10px;
	color: #f6f9f1;
	font-size: 14px;
}

.footInfoOne a {
	color: #f6f9f1;
}

.footInfoOne a:hover {
	text-decoration: underline;
}

.footNav {
	width: 320px;
	float: left;
	margin-left: 10px;
}

.footNav a {
	width: 120px;
	float: left;
	margin-bottom: 14px;
	color: #f6f9f1;
	font-size: 14px;
}

.footNav a:hover {
	text-decoration: underline;
}


/*底部结束*/


/*友情链接开始*/

.links {
	width: 1100px;
	padding: 15px 0 20px 120px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.linksTitle {
	font-size: 24px;
	color: #4384E5;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 10px;
}

.links a {
	color: #666;
	font-size: 14px;
	margin: 10px;
}

.links a:hover {
	text-decoration: underline;
}


/*友情链接结束*/